home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 40
/
Vol 40.iso
/
games
/
draw_bou.swf
/
scripts
/
DefineButton2_223
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-05-10
|
235 b
|
11 lines
on(release){
_root.ball._x = 50;
_root.ball._y = 50;
_root.ball.xspeed = 0;
_root.ball.yspeed = 0;
_root.go = false;
_root.terrain.clear();
_root.terrain.lineStyle(10,10076927,100);
_root.ink = 100;
}